home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / HU102.ZIP / CONSOLE.DOC < prev    next >
Text File  |  1996-06-18  |  4KB  |  111 lines

  1.  
  2.  
  3.               hu console extensions .9 beta Jun 16,1996
  4.  
  5.  
  6. DISCLAIMER:
  7. **********
  8.  
  9. We, ATAPi & DirectX, take no responsibility for anything You *might*
  10. experience by using these tools, be it legal problems, thrashed harddisks or
  11. anything else. You use these tools at Your own risk!
  12.  
  13. INTRODUCTION:
  14. ************
  15.  i had written these tools just to show that *IT IS* possible to
  16. write a faster password cracker than Jackal's. another little problem with
  17. cJack is that you cannot run it in the background with win16/32/nt (maybe
  18. it run on os/2 by i dont install that shit only to play with cJack).
  19. the console tools are harder to use for morons but i like them mainly
  20. for the piping.
  21.  
  22. EXPECTED PERFORMANCE:
  23. *********************
  24.  
  25.       console hu/ide hu
  26. _____________________________________________________________
  27.       number of accounts            1         ~550     ~3800
  28. iNtel P5-100 no secondary cache:  215000      367000   680000
  29. iNtel P5-100 256k p/burst cache:  245000      380000   710000
  30.  
  31.       cJack
  32. _____________________________________________________________
  33.       number of accounts            1         ~550     ~3800
  34. iNtel P5-100 no secondary cache:   98000      135000   xxxxxx/not yet tested
  35. iNtel P5-100 256k p/burst cache:  141000      272000   xxxxxx/not yet tested
  36.  
  37. the programs have approx the same performance on 486s but who cares about
  38. a 486
  39. so watch out:to drag the best performance out this tool use p5 (intel) (no
  40. AMD bullshit)
  41.  
  42.  
  43. And now the fuckin' tools:
  44.  
  45. hsort:
  46. ******
  47. like dos sort/jsort/etc reads from stdin sorts lines/writes to/stdout
  48. also legal hsort <infile> <outfile> : if no <outfile> outfile=stdout
  49. it doesn't have 640/64k limit
  50. the temp files are stored in the dir shown by env TEMP so watch out
  51. for enough disk space
  52.  
  53. xtr:
  54. ****
  55. something like xtract
  56. xtr -d -s file . . .
  57. -d allow digits
  58. -s allow any ASCII > ' ' and < '\x80'
  59. wildcards supported
  60.  
  61. hpp:
  62. ****
  63. this is a tool that i hated to write but anyway i released it:
  64. hpp -opts <file>
  65. reads lines from file, process them conforming to *opts* and spit'em to
  66. stdout
  67.  
  68. *opts*
  69. -rev      :revert words
  70. -ref      :reflect words
  71. -cut:x    :cut words to a size of x chars
  72. -min:x    :discard words shorter than x chars
  73. -max:x    :discard words longer than x chars
  74. -s:string :append each char in string to words
  75. -p:string :prefix words with each char in string
  76. -d        :double the words
  77. -inse:x:c :insert char c in position x (0 means before the word)
  78. -upcl     :uppers last char of word
  79. -lowe     :turns all output to lower
  80. -upper    :turns all output to upper
  81. -ct:xxxx  :case tool:for any x after ct: the letter in the same pos
  82.            as the 'x' is uppered is x==u,lowered if x==l or unchanged
  83.            if (x!='u' && x!='l')
  84. -g:x      :gecos ripper:x=rip level:max level is 8:the bigger the level
  85.            more combinations from the gecos words
  86.  
  87.  
  88. this may look pretty limited but if you don't like it you may use TPU
  89. that is more compatible with hardware and os-es than jpp (and also
  90. more powerful)
  91.  
  92. huc:
  93. ***
  94. huc -opts <passwd> [<wordlist>]
  95.  *opts*
  96. -s        :single mode
  97. -uxx      :attack only users with uid xx
  98. -p        :show cracked accounts
  99. -r[file]  :restore cracking [from file]
  100. -aName    :attack only accounts where !strcmp(login,'name')
  101. <passwd>    password file
  102. <wordlist>  word file (stdin if not given)
  103.  
  104. how to obtain:
  105. **************
  106. the oficial distribution site of these progs is eastern DiGiTAL BBS
  107. +40-(0)56-133423  (leave message to sysop)
  108. please report bugs/sugestions to root@edc.sorostm.ro
  109.  
  110.  
  111.